home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / gamesrc / bg_src / dec.h < prev    next >
Text File  |  1992-04-11  |  362b  |  13 lines

  1. #define CHK_I                 0
  2. #define LEN_I                 1
  3. #define FIRST_CHAR_I          2
  4. #define SHORT_END (ushort)0xFFFF
  5.  
  6. #define NORMAL_SHIFT          3
  7. #define NORMAL_TAG     (ushort)0x4000
  8. #define NORMAL_RND_MSK (ushort)0x7
  9.  
  10. #define SPECIAL_SHIFT            5
  11. #define SPECIAL_TAG       (ushort)0x8000
  12. #define SPECIAL_RND_MSK  (ushort)0x1F
  13.